home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / BM132A.LZH / bm_132a / tables.s < prev    next >
Encoding:
Text File  |  1995-11-15  |  1.2 KB  |  33 lines

  1. *=======================================================*
  2. *    Data tables module: latest update 15/11/95    * 
  3. *=======================================================*
  4.  
  5. sinres        =    4096
  6.  
  7. *-------------------------------------------------------*
  8.             data
  9. *-------------------------------------------------------*
  10.  
  11. *-------------------------------------------------------*
  12. *    Sinetable    (4096 words -16384 <> +16384 )    *
  13. *-------------------------------------------------------*
  14. sine:        incbin    'data\sinewave.tab'
  15. *-------------------------------------------------------*
  16.  
  17. *-------------------------------------------------------*
  18. *    Standard 6x6 debugging font            *
  19. *-------------------------------------------------------*
  20. font:        incbin    'data\doom.fnt'
  21. *-------------------------------------------------------*
  22.  
  23. *-------------------------------------------------------*
  24. *    Doom colour palette (16-bit words * 256)    *
  25. *-------------------------------------------------------*
  26. colfile:    incbin    'data\palette.apx'
  27. colours:    =    colfile+20            ; skip 20-byte header
  28. *-------------------------------------------------------*
  29.  
  30. *-------------------------------------------------------*
  31.             text
  32. *-------------------------------------------------------*
  33.